Merged
Conversation
a9751b7 to
39822cd
Compare
Synchronized to tools/rootcanal
commit fc1283d0d8bb5bf7939d870cf62cd59346c697db
Changelist:
- LeController: Remove Br-Edr specific methods and fields
- BrEdrController: Remove LE specific methods and fields
- model/controller: Specialize the implementation of dual HCI commands
- model/controller: Specialize implementations of IncomingPacket
- Fix a problem with older version of C++ building acl_connection_handler
- model/controller: Clone LinkLayerController
- DualModeController: Split the link layer controller
- AclConnectionHandler: Allocate connection handles in ranges by type
- AclConnectionHandle: Cleanup GetScoHandle
- model/controller: Apply clang-format
- LeAclConnection: Track connection parameters
- LinkLayerController: Fix use-after-free on LeAclConnection reference
- Silently disconnect all established connections on Reset
- AclConnectionHandler: Implement separate LeAclConnection type
- AclConnectionHandler: Remove helper GetAddressSafe
- AclConnectionHandler: Remove remaining connection helpers
- LinkLayerController: Replace calls to GetHandleOnlyAddress
- AclConnectionHandler: Remove helpers to get address by handle
- LinkLayerController: Specialize ReadRemoteVersionInformation, HandleAcl
- LinkLayerController: Specialize SendLeCommandToRemove, ReadRssi
- LinkLayerController: Harden calls to HasHandle, GetAclConnection
- LinkLayerController: Restructure Disconnect() to process connections by type
- LinkLayerController: Add connection parameter for LL commands
- AclConnection: Add const handle member
- LinkLayerController: Harden the implementation of IncomingLeConnectComplete
- LinkLayerController: Split IncomingPacket according to phy type
- Move the page scan substate information to link layer controller
- Remove pass-through getters from AclConnectionHandler
- Remove unused AclConnectionHandler getters
- RootCanal: Remove pending LE-ACL connection handling from AclConnectionHandler
39822cd to
af6dbae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synchronized to tools/rootcanal
commit fc1283d0d8bb5bf7939d870cf62cd59346c697db
Changelist: